HBASE-27883: Use log4j2 instead of log4j for logging.#117
HBASE-27883: Use log4j2 instead of log4j for logging.#117Reidddddd merged 1 commit intoapache:masterfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
re-trigger the check |
This comment was marked as outdated.
This comment was marked as outdated.
|
emm, hold on just checked the code base, it seems using |
|
re-trigger the check |
This comment was marked as outdated.
This comment was marked as outdated.
|
@Reidddddd, could you please take a look at it? I have removed |
|
ping @petersomogyi, would you like to give a review as well |
|
@subrat-mishra there are places i don't understand, could you explain them to me
|
That is the groupId for log4j2, check these dependencies for the hbase repository: https://github.com/apache/hbase/blob/master/pom.xml#L1340-L1359
org.apache.logging.log4j is with version 2.17.2, so it is log4j2. |
|
Should the org.slf4j dependencies be updated? For example slf4j-log4j12 is binding/provider for log4j version 1.2, shouldn't be needed anymore. |
b4a4c98 to
902ec7d
Compare
902ec7d to
fd34fb3
Compare
Thanks @petersomogyi, for pointing that out. I missed removing |
|
🎊 +1 overall
This message was automatically generated. |
not familiar with these parts, thanks for explanation |
No description provided.